home *** CD-ROM | disk | FTP | other *** search
/ Know Your Hockey - The Greatest Player Resource / Know Your Hockey: The Greatest Player Resource.iso / hockey / director / ssqcst.cst / 00019_Script_-- turn off submenus < prev    next >
Text File  |  1998-09-28  |  235b  |  10 lines

  1. -- to have another button or the ground turn off the submenus
  2. -- attach this to the mousedown script for the button
  3.  
  4.  
  5. global gPop, gSubPop
  6. on PopOff
  7.   resetbanner
  8.   if gPop = (window "PopMenu") then LosePop(window "pop") 
  9. end
  10.